location
Type
property
Summary
Specifies where an object is.
Syntax
set the location of <object> to <point>
Description
Use the location property to move an object without resizing it, or to find out where an object is.
The location of a stack is in absolute (screen) coordinates. The first item of a card's location property is equal to the width of stack div 2; the second item is equal to the height of stack div 2. The location of a group or control is in relative coordinates| relative (window) coordinates.
In window coordinates, the point 0,0 is at the top left of the stack window. In screen coordinates, the point 0,0 is at the top left of the screen.
Changing the location of an object moves it to the new position without resizing it. To change an object's size, set its height, width, or rectangle properties.
Examples
if the location of button 1 is within the rect of field 1 then selectIt
set the location of this stack to the mouseLoc
Related
glossary: object, property, relative coordinates, absolute coordinates, evaluate, read-only, expression
keyword: card, item, rectangle, point, control
message: moveStack
property: pixels, height, windowManagerPlace, topRight, width, properties
command: revChangeWindowSize, group, move
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile